home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4518 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.1 KB

  1. Path: calvino.alaska.net!usenet
  2. From: Jim Dolan <dolan>
  3. Newsgroups: comp.lang.c++,comp.os.ms-windows.nt.misc
  4. Subject: VC++ 2.0 Console App. (NT)
  5. Date: 30 Jan 1996 18:44:34 GMT
  6. Organization: SAIC
  7. Message-ID: <4eloui$dnd@calvino.alaska.net>
  8. NNTP-Posting-Host: saic.alaska.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3_U1 sun4m)
  13. X-URL: news://calvino.alaska.net/comp.lang.c++
  14.  
  15. Hello,
  16.  
  17. I've got a quick question for anyone using Visual C++ 2.0 under NT.  I'm just
  18. writing some simple utility routines for school. When I build a WinRelease
  19. version of the code and run it from a console window it works fine as long as
  20. I'm in the same directory as the executable or if I explicitly put the path to
  21. the executable on the command line.  If I place the executable in my path and
  22. reference it, I get a blurb saying something about a bat file could not be
  23. found. What's a batch file got to do with this? who knows.  Anybody else run
  24. into this and know how to create a true standalone Console Application?
  25.  
  26. Thanks in advance,
  27. Jim Dolan
  28. dolanj@saturn.uaamath.alaska.edu
  29.  
  30.